home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / GameboyDev / GBDK / include / sgb.h < prev    next >
C/C++ Source or Header  |  1999-03-29  |  133b  |  9 lines

  1. #ifndef _SGB_H
  2. #define _SGB_H
  3.  
  4. UBYTE
  5. sgb_check(void);
  6. /* Return a non-null value if running on Super GameBoy */
  7.  
  8. #endif /* _SGB_H */
  9.